.footer {
	width: 100%;
	background: url("../../images/bg_footer.png") no-repeat;
	background-size: 100% 100%;
}

.footer .footerInfo {
	padding-top: 60px;
	display: flex;
	justify-content: space-between;
}

.footer .footerInfo .footerLeft {
	float: left;
}

.footer .footerInfo .footerLeft img {
	width: 358px;
	height: 78px;
	margin-top: 43px;
}

.footer .footerInfo .footerRight .infoword {
	margin-right: 10px;
	padding: 24px;
	padding-bottom: 27px;
	float: left;
	background: #FAE5E1;
}

.footer .footerInfo .footerRight .infoword p {
	margin-bottom: 19px;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
}

.footer .footerInfo .footerRight .infoword p:last-child {
	margin-bottom: 0;
}

.footer .footerInfo .footerRight .Rcode {
	padding: 24px;
	padding-bottom: 26px;
	float: right;
	background: #FAE5E1;
}

.footer .footerInfo .footerRight .Rcode .item {
	width: 100px;
	float: left;
}

.footer .footerInfo .footerRight .Rcode .item img {
	width: 100px;
	height: 100px;
}

.footer .footerInfo .footerRight .Rcode .item:last-child {
	margin-left: 16px;
}

.footer .footerInfo .footerRight .Rcode .item p {
	font-size: 12px;
	color: #333333;
	line-height: 16px;
	margin-top: 6px;
	text-align: center;
}

.footer .copyRight {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	color: #595959;
	line-height: 16px;
	margin-top: 20px;
	padding-bottom: 10px;
}

.footer .copyRight img {
	width: 58px;
	height: 58px;
}

.footer .copyRight .txt {
	font-size: 12px;
	color: #595959;
	line-height: 16px;
	margin-left: 19px;
}

.gotop {
	cursor: pointer;
	font-size: 12px;
	position: fixed;
	right: 15%;
	top: 50%;
	transform: translateY(-50%);
	z-index: 998;
	display: block;
	width: 50px;
	height: 50px;
	background: rgba(255, 255, 255, 0.8);
	box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
	border-radius: 4px;
	border: 1px solid #F2F6FC;
}

.gotop:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 16px;
	height: 16px;
	margin-top: -8px;
	margin-left: -8px;
	background: url("../../images/icon/icon_gotop.png") no-repeat;
	background-size: 16px 16px;
	-webkit-transition: border-bottom-color 0.15s ease-in-out;
	-moz-transition: border-bottom-color 0.15s ease-in-out;
	-o-transition: border-bottom-color 0.15s ease-in-out;
	transition: border-bottom-color 0.15s ease-in-out;
}

.gotop.scrolldown {
	visibility: visible;
	opacity: 0;
}

.gotop.scrolldown.fadeout {
	opacity: 1;
}

@media screen and (max-width: 992px) {
	.footer {
		min-width: 100%;
		background: linear-gradient(180deg, #FFF7F2 0%, #FFE6E0 100%);
	}

	.footer .footerInfo {
		padding-top: 24px;
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}

	.footer .footerInfo .footerLeft {
		float: none;
	}

	.footer .footerInfo .footerLeft img {
		width: 160px;
		height: 40px;margin-top: 0px;
	}

	.footer .footerInfo .footerRight {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
	}

	.footer .footerInfo .footerRight .infoword {
		width: 100%;
		margin-right: 0;
		padding: 0;
		margin-bottom: 20px;
		float: none;
		background: none;
		text-align: center;
	}

	.footer .footerInfo .footerRight .infoword p {
		display: inline-block;
		margin: 4px 8px;
		white-space: nowrap;
	}

	.footer .footerInfo .footerRight .Rcode {
		padding: 24px 0;
		padding-bottom: 18px;
		float: none;
		background: none;
	}

	.footer .copyRight {
		display: block;
		text-align: center;
		margin-top: 0;
		padding-bottom: 26px;
		background: url("../../images/bg_footer1.png") no-repeat bottom;
		background-size: 100% auto;
	}

	.footer .copyRight img {
		width: 40px;
		height: 40px;
	}

	.footer .copyRight .txt {
		margin-left: 0;
		margin-top: 4px;
	}

	.gotop {
		font-size: 12px;
		position: fixed;
		right: 5px;
		z-index: 998;
		display: none;
		width: 30px;
		height: 30px;
	}
}